scan space seperated integers in python using map

89

scan space seperated integers in python using map -

inp = list(map(int,input().split()))

Comments

Submit
0 Comments